home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 114
/
Vol 114.iso
/
games
/
park_thi.swf
/
scripts
/
DefineSprite_832
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-08-12
|
195 b
|
12 lines
_root.time = 180;
var timer = 4500;
onEnterFrame = function()
{
timer--;
_root.time = Math.round(timer / 25);
if(timer == 0)
{
_root.gotoAndStop("gameOver");
}
};